home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / kc200.zip / KATCALL.DOC next >
Text File  |  1992-08-25  |  6KB  |  136 lines

  1.                  KatCall v2.00 - Displays Who Called Today
  2.                                      By
  3.                               Darius Liktorius
  4.                   TEC! BBS (305) 938-4054 - Fido 1:369/71
  5.  
  6.                            A Public Domain Utility
  7.  
  8.   KatCall will scan your WildCat activity log and generate a bulletin of
  9.   who called today for display to your callers. KatCall will also optionally
  10.   exclude certain user names and security profiles.
  11.  
  12.  
  13.                                 Configuration:
  14.                                 --------------
  15.  
  16.   A REQUIRED file is the KATCALL.CFG file. - This file is used to specify
  17.   the total amount of nodes in your bbs. - If you are running a single line
  18.   BBS then just place a '1' in the first line. - But if you are running
  19.   multi-line this is an example of what it should look like:
  20.  
  21.                        {Beginning}
  22.                        2
  23.                        EXTEND          (ONLY ON REGISTERED VERSION)
  24.                        {End of File}
  25.  
  26.   - The "EXTEND" Field only works in the REGISTERED version ONLY.  This
  27.     feature is one of the advantages of registering KatCall.... Basically
  28.     the 'Extend' feature will replace the output of the location of the
  29.     caller with the Time they Logged-On, Time they Logged-Off, and the
  30.     total amount of doors or Menu-Hooks were run on that call.
  31.  
  32.   - The example above would tell KatCall that you have 2 nodes on your BBS
  33.     and it will ouput the proper multi-node screen.
  34.  
  35.   There are 2 files which can be of help to you.  The filenames are:
  36.  
  37.      USERS.LST    <- Contains a list of Users to Exclude from Output.
  38.      LEVELS.LST   <- Contains a list of Users with the listed Security Profiles
  39.                      to be Excluded from Output.
  40.  
  41.   For Example, if you dont want your name to appear in the output listing and
  42.   your name just happens to be 'JOHN DAY' then place your name on a single
  43.   line in the USERS.LST file like this:
  44.  
  45.                        {Beginning}
  46.                        JOHN DAY
  47.                        {End of File}
  48.  
  49.   - here is an example of my file:
  50.  
  51.                        {Beginning}
  52.                        DARIUS LIKTORIUS
  53.                        ARTHUR KNOSALA
  54.                        {End of File}
  55.  
  56.   Also if you want to exclude certain people with specific security profiles,
  57.   then use this:
  58.  
  59.                        {Beginning}
  60.                        SYSOP
  61.                        CO-SYSOP
  62.                        {End of File}
  63.  
  64.   - This would exclude all the users that might have the security level of
  65.     SYSOP.
  66.  
  67.                                Running KatCall:
  68.                                ----------------
  69.  
  70.   Copy KATCALL.EXE to your Wildcat Home Directory, or where your Activity
  71.   logs reside - (Most Likely 'C:\WC30'). In your batch file that runs after
  72.   a person logs off (either POSTCALL.BAT) or if you are running a mailer it
  73.   may be a different batch file. - But in either case place the command:
  74.   KATCALL 3
  75.   (Replacing '3' with the proper node number) - adding this command after
  76.   WildCat has been executed in the batch file.
  77.  
  78.   *NOTE*
  79.   ------
  80.      - If you do not specify what node to process KatCall will by default
  81.        read the KATCALL.CFG configuration file and find out how many nodes
  82.        you have setup on your BBS and output KATCALL.BBS.
  83.             (On a Single-Line system you would not have a KATCALL.CFG)
  84.  
  85.      - If you specify the node WITH-OUT the 0's for example: KATCALL 5
  86.        for node #5 it will read the appropriate activity log - in this
  87.        case ACTIVITY.005 and output KATCALL.BBS - with all the other nodes
  88.        including node 5 (Updating only Node 5).
  89.  
  90.                       Example batch file commands:
  91.                             (POSTCALL.BAT)
  92.                       c:
  93.                       Cd\Wc30
  94.  Node # to Update ->  KATCALL 3
  95.                       Copy KatCall.BBS C:\Wc\Disp\Hello1.BBS
  96.  
  97.  *IMPORTANT*
  98.  -----------
  99.   You should add in your nightly events batch file the command KATCALL by
  100.   itself in order for it to update all of your nodes at once.
  101.  
  102.  *NOTE*
  103.  ------
  104.   KatCall will output KATCALL.BBS, you should then copy or rename KATCALL.BBS
  105.   to any WildCat! v3.* display file you wish to use.
  106.  
  107.  *INFO*
  108.  ------
  109.   KatCall has been tested in a WildCat 3.50 System and works well.
  110.  
  111.  
  112.                 PROBLEMS, SUGGESTIONS, QUESTIONS, or COMMENTS!:
  113.                 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  114.  
  115. KatCall is public domain.  I don't require a registration like some other
  116. programs do, but if you would like your name to be placed at the bottom of
  117. the output file instead of it saying "This is an unregistered copy" and if
  118. you want the "EXTEND" feature available (explained above)... then please
  119. fill-out KATCALL.REG and send in $5.00 and you will be registered.
  120.  
  121. - Registering has ADVANTAGES! - the advantage is that you will receive the
  122. latest version of this product or any of my other products before anyone
  123. else does (that isnt registered)!
  124.  
  125. I welcome suggestions, and will try to help (no guarantees) if there are
  126. problems.
  127.  
  128. You can contact me at The Eclipse Central BBS! (305) 938-4054.  Mention
  129. your Wildcat! registration number in the newuser questionnaire and you
  130. will be upgraded to Visiting Sysop within 24 hours.
  131.  
  132. You can ALSO leave me a comment on the Mustang Software Registered BBS!
  133.  
  134.                                         Enjoy!
  135.  
  136.